Package com.cisco.pt.ipc.sim.impl
Class DHCPv6ClientProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.DHCPv6ClientProcessImpl
- All Implemented Interfaces:
IPCObject,DHCPv6ClientProcess,Process
Information provided by the PKI file:
\class Dhcpv6ClientProcess
\brief Dhcpv6ClientProcess handles the DHCPv6 client process.
\example network().getDevice("Router0").getProcess("Dhcpv6ClientProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionDHCPv6ClientProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidenableDhcpClient(DHCPv6ClientEnabled enable, String portName, String prefixName) Information provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
DHCPv6ClientProcessImpl
public DHCPv6ClientProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
enableDhcpClient
Information provided by the PKI file:
\brief Enable Dhcp Client process \param enable, Dhcpv6::EDhcpv6ClientEnabled eClientEnabled_No = 0, eClientEnabled_ViaDhcp = 1, eClientEnabled_ViaNd = 2 \param portName, port name \param prefixName, prefix name- Specified by:
enableDhcpClientin interfaceDHCPv6ClientProcess- Parameters:
enable- Takes in a parameter of enableportName- Takes in a parameter of portNameprefixName- Takes in a parameter of prefixName
-
isDhcpClientEnabled
public boolean isDhcpClientEnabled()Information provided by the PKI file:
\brief Check if DHCP Client is enabled \param bool, return true if enabled and false if not- Specified by:
isDhcpClientEnabledin interfaceDHCPv6ClientProcess- Returns:
- boolean Returns a boolean
-